home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / copydat1.zip / COPYDATE.DOC < prev    next >
Text File  |  1992-11-11  |  1KB  |  38 lines

  1. COPYDATE version 1.01        Copyright (C) 1992 by Jim Robeson
  2.                                                    11/11/92
  3. Function:
  4.   Read a PCBoard DIR LIST file (arg-1),
  5.     and copy it to a file (arg-2),
  6.     changing the date field to what is found in (arg-3).
  7.     NOTE: the date MUST be formatted MM-DD-YY
  8.  
  9. Other uses:
  10.   None.
  11.  
  12. Execution:
  13.   Run from command line or .BAT:
  14.     COPYDATE drv:\path\in-file-name drv:\path\out-file-name MM-DD-YY
  15.   If run without arguments, a bit of help appears.
  16.  
  17. To test:
  18.    See the file TESTID.BAT, it is set up to read DIR.IN and create
  19.    DIR.OUT, with the '|' character in column 2 and the secondary
  20.    descriptions starting in column 5.
  21.  
  22. Compiled with:
  23.   Borland's Turbo C 2.0.
  24.   tcc copydate
  25.  
  26. Disclaimer:
  27.   This program is contributed to the Public Domain.  It can be
  28.   freely used, modified and/or distributed by anyone. The only
  29.   thing I ask is that you remember that I am not responsible
  30.   for anything that might go wrong through the use of this
  31.   program.  I have tested the program enough for my own use.
  32.   I also realize that bugs can appear in most every program.
  33.   Therefore, YOU USE THIS PROGRAM AT YOUR OWN RISK.
  34.  
  35. Enjoy,
  36. Jim Robeson
  37. The Cricket BBS, Pacific Grove CA,  408-373-3773
  38.